.header-nav-container {
    background: #6cb900;
}
.header .main-header {
    padding: 20px 0;
}
.main-menu > li > a{
	color:#fff;
}
.parallax {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    z-index: 99;
	margin-bottom:30px;
}
.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: #333;
    opacity: 0.4;
}
.search-container {
    display: block;
    width: 100%;
    position: relative;
    padding: 170px 0;
    margin-top: -10px;
    z-index: 999;
}
.search-container h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: -1px;
}
.search-container p, .search-container label {
    color: #fff;
}
.details-infor .availability a{
	color:#59a500 !important;
}
.f-16 {
    font-size: 18px !important;
	font-weight:700;
}
.text-black {
    color: #000 !important;
}
.text-red {
    color: #f00 !important;
}
.text-green {
    color: #59a500 !important;
}
.text-blue {
    color: #043061 !important;
}
.mt-0{
    margin-top: 0px !important;
}
.mb-0{
    margin-bottom: 0px !important;
}
.mb-30{
    margin-bottom: 30px;
}
.btn-red-gradient{	
	background: linear-gradient(to right, #F44336, #910a00 100%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
}
.btn-green-gradient{	
	background: linear-gradient(to right, #86c035, #6cb900 100%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
}
.feature-list li {
    width: calc(100% / 2 ) !important;
    float: left;
    list-style: none;
	padding-left: 38px;
}
